projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
112f243
)
efi_loader: correct EFI_RUNTIME_SERVICES_SIGNATURE
author
Heinrich Schuchardt
<
[email protected]
>
Thu, 28 Jun 2018 10:45:28 +0000
(12:45 +0200)
committer
Alexander Graf
<
[email protected]
>
Wed, 25 Jul 2018 12:59:44 +0000
(14:59 +0200)
The value for EFI_RUNTIME_SERVICES_SIGNATURE does not match the
UEFI spec 2.7.
Reported-by: Takahiro Akashi <
[email protected]
>
Signed-off-by: Heinrich Schuchardt <
[email protected]
>
Reviewed-by: Bin Meng <
[email protected]
>
Signed-off-by: Alexander Graf <
[email protected]
>
include/efi_api.h
patch
|
blob
|
history
diff --git
a/include/efi_api.h
b/include/efi_api.h
index 696cb26133cf09abd5d2b26a4e3dccb1b816c4d5..3a9da32b82cb20d0df138a42ddb0b5453879208d 100644
(file)
--- a/
include/efi_api.h
+++ b/
include/efi_api.h
@@
-189,7
+189,7
@@
enum efi_reset_type {
};
/* EFI Runtime Services table */
-#define EFI_RUNTIME_SERVICES_SIGNATURE 0x5652453544e5552ULL
+#define EFI_RUNTIME_SERVICES_SIGNATURE 0x565245
5
3544e5552ULL
#define CAPSULE_FLAGS_PERSIST_ACROSS_RESET 0x00010000
#define CAPSULE_FLAGS_POPULATE_SYSTEM_TABLE 0x00020000